Skip to content

[WAYANG-594] Fix non deterministic test in TensorflowIrisScalaLikeApiIT#700

Open
makarandhinge wants to merge 1 commit intoapache:mainfrom
makarandhinge:WAYANG-594-fix-nondeterministic-sort-in-tensorflow-iris-test
Open

[WAYANG-594] Fix non deterministic test in TensorflowIrisScalaLikeApiIT#700
makarandhinge wants to merge 1 commit intoapache:mainfrom
makarandhinge:WAYANG-594-fix-nondeterministic-sort-in-tensorflow-iris-test

Conversation

@makarandhinge
Copy link

@makarandhinge makarandhinge commented Feb 26, 2026

Fix #594
Replace invalid random comparator (sort(e -> r.nextInt())) with a stable random-key shuffle to satisfy the comparator contract and eliminate intermittent test failures.

Replace invalid random comparator (sort(e -> r.nextInt())) with a
stable random-key shuffle to satisfy the comparator contract and
eliminate intermittent test failures.
@makarandhinge
Copy link
Author

HI @zkaoudi

is the issue, is from my side? why the ci fail?

@zkaoudi
Copy link
Contributor

zkaoudi commented Feb 27, 2026

yeah not sure why it fails. It doesn't seem related to your changes. @novatechflow any idea?

@makarandhinge
Copy link
Author

HI @zkaoudi @novatechflow

Any updates?

@novatechflow
Copy link
Member

https://github.com/apache/wayang/actions/runs/22456463645/job/65131880631?pr=700#step:4:33 => 404 for some apt-sources. Just re-run the jobs, let's see.

@makarandhinge
Copy link
Author

Hi @novatechflow ,

I noticed the workflow has been re-run a few times due to the apt 404 issue, and it seems to still be occurring.

Could you please guide me on how we should proceed further?
I’m happy to help investigate or prepare a potential fix if needed.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Non-deterministic test failure in TensorflowIrisIT

3 participants